getPermissionRevocationVerifierApp
open fun getPermissionRevocationVerifierApp(@NonNull packageManager: PackageManager): String(source)
Returns the package name of the one and only Verifier on the device that can support permission revocation. If none exist, this will return null
. Likewise, if multiple Verifiers exist, this method will return the first Verifier's package name.